home *** CD-ROM | disk | FTP | other *** search
- object MemForm: TMemForm
- Left = 279
- Top = 200
- Width = 300
- Height = 170
- BorderStyle = bsSizeToolWin
- Caption = 'Matice'
- Color = clBtnFace
- Constraints.MinHeight = 170
- Constraints.MinWidth = 300
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnCreate = FormCreate
- OnKeyPress = FormKeyPress
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 1
- Top = 3
- Width = 32
- Height = 13
- Anchors = [akLeft, akBottom]
- Caption = 'Po�.�.:'
- end
- object Label2: TLabel
- Left = 49
- Top = 3
- Width = 21
- Height = 13
- Anchors = [akLeft, akBottom]
- Caption = 'Typ:'
- end
- object Label3: TLabel
- Left = 97
- Top = 3
- Width = 53
- Height = 13
- Anchors = [akLeft, akBottom]
- Caption = 'Pozn�mka:'
- end
- object OkButton: TButton
- Left = 212
- Top = 41
- Width = 75
- Height = 23
- Anchors = [akLeft, akBottom]
- Caption = 'O&K'
- Enabled = False
- ModalResult = 1
- TabOrder = 5
- end
- object TabList: TTabList
- Left = 0
- Top = 41
- Width = 202
- Height = 102
- Anchors = [akLeft, akBottom]
- ExtendedSelect = False
- ItemHeight = 13
- TabOrder = 1
- OnClick = TabListClick
- end
- object OdstranitVseButton: TButton
- Left = 212
- Top = 118
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = 'Odstranit &v�e'
- Enabled = False
- TabOrder = 4
- OnClick = OdstranitVseButtonClick
- end
- object OdstranitButton: TButton
- Left = 212
- Top = 93
- Width = 75
- Height = 25
- Anchors = [akLeft, akBottom]
- Caption = '&Odstranit'
- Enabled = False
- TabOrder = 3
- OnClick = OdstranitButtonClick
- end
- object PridatButton: TButton
- Left = 212
- Top = 12
- Width = 75
- Height = 23
- Anchors = [akLeft, akBottom]
- Caption = '&P�idat'
- Enabled = False
- TabOrder = 2
- OnClick = PridatButtonClick
- end
- object PoznamkaEdit: TEdit
- Left = 96
- Top = 18
- Width = 106
- Height = 21
- Anchors = [akLeft, akBottom]
- TabOrder = 0
- OnChange = PoznamkaEditChange
- end
- object CisloEdit: TEdit
- Left = 0
- Top = 18
- Width = 47
- Height = 21
- TabStop = False
- Anchors = [akLeft, akBottom]
- Color = clBtnFace
- ParentShowHint = False
- ReadOnly = True
- ShowHint = True
- TabOrder = 6
- OnChange = PoznamkaEditChange
- end
- object RozmerEdit: TEdit
- Left = 48
- Top = 18
- Width = 47
- Height = 21
- Hint = 'Typ matice'
- TabStop = False
- Anchors = [akLeft, akBottom]
- Color = clBtnFace
- ParentShowHint = False
- ReadOnly = True
- ShowHint = True
- TabOrder = 7
- OnChange = PoznamkaEditChange
- end
- object StornoButton: TButton
- Left = 212
- Top = 64
- Width = 75
- Height = 23
- Anchors = [akLeft, akBottom]
- Caption = '&Storno'
- ModalResult = 2
- TabOrder = 8
- end
- end
-